projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254693f
)
(list_processes_1): Fix indentation level of the
author
Andreas Schwab
<schwab@suse.de>
Mon, 26 Nov 2007 09:56:47 +0000
(09:56 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 26 Nov 2007 09:56:47 +0000
(09:56 +0000)
command column.
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index eca9c47e582a1cd667ea6223e778db2f72550dc5..dc96bc27e7862dccc99c06e9cac0db8a959ee8c8 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-1375,8
+1375,10
@@
list_processes_1 (query_only)
if (w_tty)
{
XSETFASTINT (i_tty, XFASTINT (i_buffer) + w_buffer + 1);
- XSETFASTINT (i_command, XFASTINT (i_buffer) + w_tty + 1);
- } else {
+ XSETFASTINT (i_command, XFASTINT (i_tty) + w_tty + 1);
+ }
+ else
+ {
i_tty = Qnil;
XSETFASTINT (i_command, XFASTINT (i_buffer) + w_buffer + 1);
}